home *** CD-ROM | disk | FTP | other *** search
/ Paradise in the Skirt / Paradise in the Skirt.iso / book2.dir / 00056_Script_56 < prev    next >
Text File  |  1994-11-11  |  239b  |  9 lines

  1. on exitFrame
  2.    if (the movieTime of sprite 3) + 10 < the duration of cast(the castnum of sprite 3) then
  3.     set the movieRate of sprite 3 = 1
  4.     go the frame
  5.   else
  6.     set the movieRate of sprite 3 = 0
  7.     play done
  8.   end if
  9. end